home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / LLST150S.ZIP / LLISTCFG.ZIP / LLIST.CFG
Encoding:
Text File  |  1996-02-06  |  18.2 KB  |  818 lines

  1. ;
  2. ; Config file for LList
  3. ; The part following ";" is a comment
  4. ; Commands are all Case-Insensitive
  5. ;
  6.  
  7. ; *******************
  8. ; * General Options *
  9. ; *******************       
  10.  
  11. ;
  12. ; Path to your BBS dir, where LLIST will look for SYSFILE.DAT
  13. ; and CONFIG.DAT; you have better set an environment variable,
  14. ; LORA RA or MAX, which points to this directory;
  15. ; this will speed up L-List, as it will automatically detect
  16. ; your kind of Bbs
  17. ;
  18.  
  19. BbsDir D:\LORA\
  20.  
  21. ;
  22. ; Name of LORA's config file.
  23. ; Default, CONFIG.DAT.
  24. ; It is read to obtain various information, like data format
  25. ;
  26.  
  27. Config Config1.Dat
  28.  
  29. ;
  30. ; Define following keywords if you don't use LORA (these
  31. ; will be read in Config.Dat defined above, unless you define them now)
  32. ;
  33. ; In the DatePattern:
  34. ;   %d : day (number)
  35. ;   %b : month (number)
  36. ;   %c : month (first three letters)
  37. ;   %y : year (last two numbers)
  38. ; Other chars will be left untouched ("/", "-", etc.)
  39. ; If you do not define DatePattern, it will be got from Country.Sys
  40. ;
  41. ;SysopName Alessandro Trebbi
  42. ;BbsName NightMare
  43. ;DatePattern %D-%C-19%Y
  44. ;Address 2:332/901
  45.  
  46. ; download counter delimiters:
  47. ; by default, L-List detects [] () {} <> (in all combinations) and
  48. ; uses [] (or the value defined in Config.Dat) for its files.
  49. ;DCLIMITS []
  50. ;DCLIMITS <>
  51. ;DCLIMITS {}
  52. ;DCLIMITS ()
  53.  
  54. ;
  55. ; Keeps/Adds null download counters (only with FixFBbs,
  56. ; they are ignored in other options)
  57. ;
  58. 0DC
  59.  
  60. ;
  61. ; Writes file size in a short format (that is, writes file
  62. ; size in k)
  63. ;
  64. ShortSize
  65.  
  66. ;
  67. ; Other addresses...
  68. ; Note that all the addresses defined in AnnounceMsg, Search,
  69. ; TicAreas, TicGroups and as Aka in Tic.Cfg will be considered
  70. ; your Aka.
  71. ; Using LORA, all akas defined in Config.Dat will be imported
  72. ;
  73. ;Aka 15:1300/100.0
  74.  
  75. ;
  76. ; Length of download counters:
  77. ; default=3, that is [  1]
  78. ; All values are safe: if you set
  79. ; DCLEN 1, and you have long download counters, you will get
  80. ; [1] [15] [210]; with DCLEN 4 you will get [   1] [  15]
  81. ; [ 210] ... each of these formats is fully supported by
  82. ; L-List in detecting phase, whatever DCLEN you have set
  83. ;
  84. ;DCLEN 3
  85.  
  86. ;
  87. ; Flag to force L-List to start file descriptions after download
  88. ; counter.
  89. ;
  90. ;IndentDC
  91.  
  92. ;
  93. ; Characters searched at the head of a comment line, to
  94. ; determine if it is the continue of previous description;
  95. ; in option FIXFBBS, L-List always uses first char
  96. ;
  97. ;LDCHAR >+|
  98.  
  99. ;
  100. ; format of file area header
  101. ; ^B: bytes, ^F: files, ^A: area name, ^N: area number, ^L: level
  102. ; ^S: sysop, ^_: blank, ^^: ^, ^C: bbs, ^D: downloads
  103. ; Avatar codes for colors are supported.
  104. ;
  105.  
  106. ; Default: 
  107. ;AreaHeaderLine ╔═════════╤═══════════════════════════════════════════════════════════════════╗
  108. ;AreaHeaderLine ║ # :^N │ ^A ^L ║
  109. ;AreaHeaderLine ╟─────────┴────────────┬───────────────────────────────┬──────────────────────╢
  110. ;AreaHeaderLine ║ ░░░░░▒▒▒▒▒▓▓▓▓▓█████ │   ^B in ^F Files   │ █████▓▓▓▓▓▒▒▒▒▒░░░░░ ║
  111. ;AreaHeaderLine ╚══════════════════════╧═══════════════════════════════╧══════════════════════╝
  112.  
  113. ;AreaHeaderLine ┌─┬─────────────────┬─┐
  114. ;AreaHeaderLine │▄│p   Area:  ^N   ç│▄│
  115. ;AreaHeaderLine │ │p   ^L  ç│ │ ?^A
  116. ;AreaHeaderLine │ │p                 ç│ │ Å^Bç in Å ^F Files
  117. ;AreaHeaderLine │ └─────────────────┘ │ Courtesy of è^S
  118. ;AreaHeaderLine │                     │ on ^C
  119. ;AreaHeaderLine │    ▄▄▄▄▄▄▄▄▄▄▄▄───┐ │ Downloads: Å^D
  120. ;AreaHeaderLine │    █▌  ████████   │ │
  121. ;AreaHeaderLine │ HD █▌  ████████   │ │
  122. ;AreaHeaderLine └────▀▀▀▀▀▀▀▀▀▀▀▀───┴─┘
  123.  
  124. ;
  125. ; If you change these lines and create a new original header,
  126. ; please send me your modified lines so that i will add them to
  127. ; this example cfg.
  128. ;
  129.  
  130. ;
  131. ; COLORS
  132. ;
  133. ;InvVideo 112
  134. ;NormVideo 30
  135. ;HighVideo 62
  136. ;LowVideo 24
  137.  
  138. ;
  139. ; Commands for external shell
  140. ;
  141. ScanVirus D:\NoBackUp\Scan\Scan /SUB /NOMEM
  142.  
  143. ;
  144. ; Importing File_Id.Diz
  145. ;
  146. ; Max number of lines read from File_Id.Diz (default and max value = 50)
  147. ;
  148. ;MaxFile_IdLines 5
  149. ;
  150. ; Truncate File_Id.Diz lines
  151. ;
  152. ;MaxLenDesc 45
  153. ;
  154. ; Does not preserve first line when File_id.Diz is imported
  155. ; (only for FixFBbs option; editing files.bbs first line is
  156. ; always preserved, announcing new files is always stripped)
  157. ;NoFirstLine
  158.  
  159. ;
  160. ; Position where to start extended description lines
  161. ;
  162. ;ExtDescPos 2
  163.  
  164. ;
  165. ; This description is used for imported orphan files, if L-List
  166. ; can't find File_Id.Diz in it
  167. ;
  168. OrphanStr (* Descrizione Mancante *)
  169.  
  170. ;
  171. ; This string is written instead of Size and Date if L-List does
  172. ; not find the file in download path
  173. ;
  174. OffLineStr ASSENTE
  175.  
  176. ;
  177. ; L-List can detect uploader name in file descriptions
  178. ; Uploader name follows string defined as Uploader, and is
  179. ; not deleted with option ReadFile_Id
  180. ;
  181. UploaderStr ïMandato da: è
  182.  
  183. ;
  184. ; EXCLUDE specifications (up to 32).
  185. ; The files which matches with one of this specifications AND which are
  186. ; not described in Files.Bbs, will never be imported as Orphans.
  187. ;
  188. ; Files.Bbs and *.Bak are always excluded
  189. ;
  190. EXCLUDE 00_Index.Txt
  191. EXCLUDE Descript.Ion
  192. EXCLUDE *.Tmp
  193. EXCLUDE WildCat.Txt
  194.  
  195. ;
  196. ; Destination Archive Type for Recompress option
  197. Repack RAR
  198.  
  199. ;
  200. ; Flag to fail repack if new size is greater or if it gains less
  201. ; than the optional number (percent)
  202. ;
  203. RepackOptimize
  204.  
  205. ;
  206. ; Netmail AreaId
  207. ; (if you use Lora, this is read in Config.Dat)
  208. ; Look after, for info about format of AreaId; note that this is *not*
  209. ; the path of the area in fido style!
  210. ;
  211. ;NetAreaId FD:\LORA\MSG\NET
  212.  
  213. ;
  214. ; Max level of listed areas
  215. ;
  216. MaxLev 144
  217.  
  218. ;
  219. ; With Maximus 3.x, you must specify levels of areas that must
  220. ; not be listed
  221. ;
  222. HideLevel Sysop
  223. HideLevel Hidden
  224.  
  225. ;
  226. ; download paths for reserved areas
  227. ;
  228. BadFiles C:\Upload\Bad
  229. InfectedFiles C:\Upload\Virus
  230.  
  231. ;
  232. ; Select how to sort description lines in option FixFBbs.
  233. ; This paramater affects the position of new desc lines
  234. ; added to Files.Bbs by TIC processor and when files are
  235. ; copied / moved in Files.Bbs editor:
  236. ; using SORTDATE, new lines will be added at the head of
  237. ; Files.Bbs, using SORT they will be added after files
  238. ; that will preceed it in alphabetical order, otherwise the
  239. ; new lines will be added at the end of Files.Bbs
  240. ;
  241. FixFbbsSort SortDate
  242.  
  243. ;
  244. ; Puts an header in Files.Bbs with FixFBbs option.
  245. ; The header is defined using AreaHeaderLine keywords (or you
  246. ; you can use default if you define none), and will not be reported
  247. ; in file lists to avoid dupes. When a new header is added, the
  248. ; previous one will be stripped.
  249. ;
  250. FixFBbsHeader
  251.  
  252. ;
  253. ; File(s) to add at the head of lists
  254. ; More than once can be defined
  255. ;
  256. Header %LORA%About.Txt
  257. Header FSearch.Hlp
  258.  
  259. ;
  260. ; File(s) to add at the foot of lists
  261. ;
  262. Footer LList.Ftr
  263.  
  264. ;
  265. ; New First Line (don't add spaces, it will be centered at half screen)
  266. ;
  267. FirstLine *-=> /\/ightMare  F I L E S <=-*
  268.  
  269. ;
  270. ; Select an alternative type of summary report (an area
  271. ; for each line, adds number of new files too)
  272. ;
  273. LongSummary
  274.  
  275. ;
  276. ; Max number of days to be inserted in NEWFILES, and to be marked
  277. ; with "*" in ALLFILES.
  278. ; Can be 0 to 180 (0 = no NewFiles list);
  279. ; Default = 90, can be re-defined by command line
  280. ;
  281. ;NewDays 90
  282.  
  283. ;
  284. ; Path to FILEIDX (Used by LORA for File Requests)
  285. ; It is created specifying FILEIDX in command line and
  286. ; kept updated by ANNOUNCE option.
  287. ; Default, LFiles.Idx
  288. ;
  289. ;FileIdx D:\LORA\Files.Idx
  290.  
  291. ;
  292. ; Prevents LList from writing download paths in OkFile, use if
  293. ; you are using an index for file request (remember to add the path
  294. ; of the index in the OkFile list, using OkLine keyword)
  295. ;
  296. NoDlPath
  297.  
  298. ;
  299. ; Password to put in OkFile;
  300. ; Default, '' (no Password).
  301. ; The second  parameter (optional)  is the min level from which areas
  302. ; will be passworded
  303. ;
  304. ;OkFilePwd SESAMO 176
  305.  
  306. ;
  307. ; Lines to be added in OkFile; note that L-List does not automatically add
  308. ; FileIdx path, so you will need to define here a line to let Lora use it
  309. ; (if you are in a multitasking environment, consider let Lora use a copy
  310. ; of the file used by L-List, to avoid share conflicts)
  311. ;
  312. OkLine $D:\LORA\Files.Idx
  313.  
  314. ;
  315. ; Each file-list that you want to create must be defined in a
  316. ; FileList section.
  317. ; For each file-list, L-List will create the lists you define, AllFiles
  318. ; and NewFiles will be packed if their extension is a valid packer.
  319. ; You can set BdlNum <> 0 even if you don't set a path for Bdl, in
  320. ; this case the Bdl list will be written only in the header of
  321. ; AllFiles and NewFiles.
  322. ;
  323.  
  324. FileList
  325.    ; Aree HD
  326.    Area 1-38 212-1000
  327.    AllFiles C:\Temp\F332_901.Zip
  328.    ;
  329.    ; following lines are optional
  330.    ;
  331.    NewFiles C:\Temp\N332_901.Zip
  332.    OkFile C:\Lora\Files.Lst
  333.    Bdl C:\Temp\Bdl.Txt
  334.    BdlNum 50
  335. End
  336.  
  337. FileList
  338.    ; Aree CD, flag CD means that the list will be compiled with
  339.    ; command line "CDLIST" and not with "FILELIST"
  340.    ; useful for lists that are not frequently updated
  341.    CD
  342.    Area 39-211
  343.    AllFiles C:\MUST\SIMTEL.ZIP
  344.    BdlNum 0
  345. End
  346.  
  347. FileList
  348.    AllFiles D:\LORA\FNEWAREA\ISN\ISNMAIN\ISNFILES.Zip
  349.    Fdn ISN
  350.    BdlNum 12
  351. End
  352.  
  353. ;FileList
  354.    ;AllFiles C:\TEMP\SDSFILES.Zip
  355.    ;Fdn SDS
  356.    ;BdlNum 12
  357. ;End
  358.  
  359.  
  360. ; ********************
  361. ; * Files.Bbs editor *
  362. ; ********************
  363.  
  364. ;
  365. ; Force 43/50 lines whenever is possible (not in a multitasking
  366. ; environment, or if not supported by the video adapter)
  367. ;
  368. Font8x8
  369.  
  370. ;
  371. ; External Shells for Files.Bbs editor (AltF1 .. AltF10)
  372. ;
  373. ; %1 is the name of the current file; if not specified, the name
  374. ; of the current file will be added at the end of the command
  375. ;
  376. ; An "*" at the head of the command means that the command processor
  377. ; must be called to run the program
  378. AltF1 Shez
  379. AltF2 *List
  380. AltF3 Edit
  381.  
  382. ;
  383. ; Macros (CtrlF1 .. CtrlF10)
  384. ;
  385. CtrlF1 ïMandato da: èAlessandro Trebbi
  386. CtrlF2 File checked by SysOp with SCANV113
  387. CtrlF3 (* Descrizione Mancante *)
  388.  
  389. ; *******
  390. ; * Msg *
  391. ; *******       
  392.  
  393. ;
  394. ; AreaId format, used in Search and AnnounceMsg
  395. ; The optional number at the end (after comma),
  396. ; indicates the type of Msg Area:
  397. ; 0=Normal, 1=EchoMail (default), 2=NetMail
  398. ;
  399.  
  400. ;
  401. ;Message area identifiers have the following formats:
  402. ;
  403. ;Squish:  S followed by the path\filename of the message area
  404. ;   Example:  SC:\Max\Msg\Muffin[,<n>]
  405. ;
  406. ;Hudson H followed by a 3 digit area number follow by the msg base path
  407. ;   Example: H007C:\Quick\MsgBase\[,<n>]
  408. ;
  409. ;Fido(*.Msg) F followed by the message path
  410. ;   Example: FD:\FD\Mail\[,<n>]
  411. ;
  412. ;JAM J followed by the path\filename of the message area
  413. ;   Example: JC:\RA2\MSG\RA_UTIL[,<n>]
  414. ;
  415. ;Echomail T followed by tha area tag (no number here, area is always type 1)
  416. ;   Example: TNEWS.ITA
  417. ;
  418. ; (You can specify Tag using AREATAG and AREATAGANS too)
  419. ;
  420.  
  421. ;
  422. ; These two keywords are used to convert Tag to AreaId
  423. ;
  424. AreasBbs D:\LORA\AREAS.BBS
  425. Hudson D:\MSG\HUDSON\
  426.  
  427. ;
  428. ; Flag files created when Msg are written
  429. ; These are intended to be used in batch files
  430. ; and/or multitasking environments
  431. ;
  432.  
  433. ;
  434. ; If it was an ECHO Msg
  435. ;
  436. ;ECHORSN ECHOMSG.WRT
  437.  
  438. ;
  439. ; If it was a NET Msg
  440. ;
  441. ;NETRSN NETMSG.WRT
  442.  
  443. ; ***********
  444. ; * Packers *
  445. ; ***********       
  446.  
  447. ;
  448. ; Some packer names (ZIP, ARJ, LHA, LZH, ARC, PAK) are used
  449. ; to run internal compressed file viewers, and should
  450. ; therefore be associated with right packer; any other packer
  451. ; is not supported by internal viewer
  452. ;
  453.  
  454. ;
  455. ; Packer names must be 3 chars long, and indicate extension
  456. ; of compressed file
  457. ; %1 is the name of the compressed file, %2 is the name
  458. ; of the file(s) to compress/uncompress; if %1 or %2 are not specified,
  459. ; they will be added at the end of the command
  460. ;
  461.  
  462. ;
  463. ; Packers commented are already hard-coded, however you can re-define
  464. ; them to change commands
  465. ;
  466.  
  467. ;Packer ZIP
  468.    ;
  469.    ; Commands to Pack/Unpack archives of this type
  470.    ; Should be complex enough to allow recompressing
  471.    ;
  472.    ;DosPack PKZIP -a -r -p -wHS
  473.    ;DosUnPack PKUNZIP -d
  474.    ;Os2Pack ZIP -mk9Ej
  475.    ;Os2UnPack UNZIP -xoj
  476.    ;
  477.    ; following keywords are used to identify packer
  478.    ; L-List will look for ID sequence at OffSet <OffSet>
  479.    ; SfX archives are identified searching ID after REAL
  480.    ; exe size (with some known exceptions)
  481.    ;
  482.    ;OffSet 0
  483.    ; this is an hexadecimal sequence, two chars are converted
  484.    ; into a byte
  485.    ;ID 504B0304
  486. ;End
  487.  
  488. ;Packer ARJ
  489.    ;DosPack ARJ a -a+ -r+ -y+ -jm1
  490.    ;DosUnPack ARJ x -y+ -jg+
  491.    ;OffSet 0
  492.    ;ID 60EA
  493. ;End
  494.  
  495. Packer LZH
  496.    DosPack LHA a /a+ /r+ /x+ /m
  497.    DosUnPack LHA x /a+
  498.    Os2Pack LH a
  499.    Os2UnPack LH x
  500.    OffSet 2
  501.    ID 2D6C68
  502. End
  503.  
  504. Packer ZOO
  505.    OffSet 0
  506.    DosPack ZOO -add
  507.    DosUnPack ZOO -extract
  508.    ID DCA7C4FD
  509. End
  510.  
  511. Packer PAK
  512.    DosPack PAK a
  513.    DosUnPack PAK e
  514.    OffSet 0
  515.    ID 1A
  516. End
  517.  
  518. Packer SQZ
  519.    DosPack SQZ a
  520.    DosUnPack SQZ x
  521.    OffSet 0
  522.    ID 484C53515A
  523. End
  524.  
  525. ;Packer RAR
  526.    ;DosPack RAR a -r -y -s
  527.    ;DosUnPack RAR x -r -y
  528.    ;OffSet 0
  529.    ;ID 526172211A
  530. ;End
  531.  
  532. ;Packer UC2
  533.    ;DosPack UC a -s
  534.    ;DosUnpack UC x -s -f
  535.    ;OffSet 0
  536.    ;ID 5543321A
  537. ;End
  538.  
  539. ;
  540. ; Please, if you add other packers (or improve actual ones),
  541. ; send me your modified Packer.Cfg ; you will be given proper
  542. ; credits.
  543. ;
  544.  
  545. ; *******
  546. ; * TIC *
  547. ; *******       
  548.  
  549. ;
  550. ; Define dir of .TIC files, received for distribution
  551. ; (if you use Lora, this is read in Config.Dat)
  552. ;
  553. Inbound D:\INBOUND1\
  554. Inbound D:\INBOUND2\
  555.  
  556. ;
  557. ; dir where create .?lo files, for attaches in binkley style
  558. ; (if you use Lora, this is read in Config.Dat).
  559. ; If you define no outbound Area, L-List will use Netmail
  560. ; Msg to send files (this will work only if you have defined
  561. ; a NetAreaId). You can define different OutBound for different
  562. ; Zones, using keyword ZONE (this will not be necessary unless
  563. ; you are using domains, as L-List will automatically provide
  564. ; directories for different zones adding zone number to the
  565. ; extension of the primary outbound directory)
  566. ;Outbound D:\OUTBOUND\
  567. ;Zone 1 D:\OUTBOUND.001\
  568. ;Zone 15 D:\ADULTNET.00F\
  569.  
  570. ;
  571. ; Dir where new areas will be created; new area AREATAG identified
  572. ; in group <Group> will be created in <DIRNEWAREAS><Group>\AREATAG\
  573. ;
  574. DirNewAreas D:\LORA\FNEWAREA\
  575.  
  576. ;
  577. ; Options to manage TIC files
  578. ;
  579.  
  580. ;
  581. ; Import files anyway with no care to CRC
  582. ;
  583. ;FixCrcTic
  584.  
  585. ;
  586. ; Import files anyway with no care to SIZE
  587. ;
  588. ;FixSizeTic
  589.  
  590. ;
  591. ; Delete existing file with the same name, without renaming
  592. ; current
  593. ;
  594. ;TicReplace
  595.  
  596. ;
  597. ; Stop dupes files.
  598. ; Dupes files will be moved to the correct area but not sent to
  599. ; downlinks. Files are considered dupes if they have the same name, the
  600. ; same size and have been received in the same TIC area
  601. ;
  602. TicStopDup
  603.  
  604. ;
  605. ; Send files through netmail msg
  606. ; (otherwise *.?lo (Binkley/Lora style) will be used)
  607. ;
  608. ;MailAttach
  609.  
  610. ; ********************
  611. ; * Announce Options *
  612. ; ********************
  613.  
  614. ;
  615. ; Files that L-List will never announce
  616. ; Wildcards allowed, up to 32
  617. ; You can specify here files like your File lists
  618. ;
  619. ANNOUNCEEXCLUDE ?332_901.*
  620. ANNOUNCEEXCLUDE ISNFILES.*
  621. ANNOUNCEEXCLUDE SIMTEL.*
  622.  
  623. ;
  624. ; Definitions of Announce Msg
  625. ;
  626.  
  627. ;
  628. ; if you don't define optional parameters, 
  629. ; following default values will be used:
  630. ;
  631. ;   AREA    = All areas
  632. ;   ORIGIN  = <BBSName>
  633. ;   FROM    = <SysopName>
  634. ;   ADDRESS = Main Address
  635. ;   TO      = "All"
  636. ;   SUBJECT = "New files on <BBSName>" or
  637. ;             "New files on <BBSName> from <FDN>"
  638. ;   Prefix, Suffix
  639. ;           = Nil
  640. ;
  641.  
  642. ;
  643. ; My local Announce Msg
  644. ;
  645.  
  646. AnnounceMsg
  647.    AreaTag CHATTER.313
  648.    ;Subject Nuovi Files
  649.    ;Area 1-10 23 35 40-49
  650.    ;To All
  651.    Address 2:332/901
  652.    ;DestAddress 2:332/313.0
  653.    ;NoIbm
  654.    ;Origin VFast, 28800 Bauds
  655.    Prefix LList.Pre
  656.    Suffix LList.Suf
  657.    ; Show content of compressed files
  658.    VC
  659. End
  660.  
  661. AnnounceMsg
  662.    AreaTag NEWS.900
  663.    Area 30
  664. End
  665.  
  666. AnnounceMsg
  667.    ; Fdn can be used to select a group of TIC areas
  668.    Fdn SDN
  669.    AreaTag News.900
  670. End
  671.  
  672. AnnounceMsg
  673.    Fdn ISN
  674.    AreaTag News.900
  675. End
  676.  
  677. AnnounceMsg
  678.    Fdn PDN
  679.    AreaTag News.900
  680. End
  681.  
  682. AnnounceMsg
  683.    Fdn UTL
  684.    AreaTag News.900
  685. End
  686.  
  687. AnnounceMsg
  688.    AreaTag News.900
  689.    Area 259
  690. End
  691.  
  692. AnnounceMsg
  693.    Fdn LDN
  694.    AreaTag News.900
  695. End
  696.  
  697. AnnounceMsg
  698.    Fdn AD
  699.    AreaTag News.900
  700. End
  701.  
  702. AnnounceMsg
  703.    Fdn CHS
  704.    AreaTag News.900
  705. End
  706.  
  707. AnnounceMsg
  708.    Fdn PAS
  709.    AreaTag News.900
  710. End
  711.  
  712. AnnounceMsg
  713.    Subject Files by Micky, 2:332/901.22
  714.    Fdn MN
  715.    AreaTag News.900
  716. End
  717.  
  718. AnnounceMsg
  719.    Subject Nodelist
  720.    Area 27 29
  721.    AreaTag News.900
  722. End
  723.  
  724. AnnounceMsg
  725.    Area 259
  726.    Subject Nuovi files in UTILNET
  727.    AreaTag News.900
  728.    CC Sergio De Cao, 2:333/207
  729. End
  730.  
  731. ; **********
  732. ; * Search *
  733. ; **********
  734.  
  735. ;
  736. ; Max files to be found for search function (Default, 50):
  737. ;
  738. SEARCHMAXFILES 10
  739.  
  740. ;
  741. ; Min length of search string (Default, 4):
  742. ;
  743. SEARCHMINLEN 3
  744.  
  745. ;
  746. ; Max size of files that can be UUEncoded (Default, 8192)
  747. ; This value will be used in each Search defined after, unless
  748. ; it is re-defined in the Search definition; UUEncoded file
  749. ; will be 1/3 longer than the UUUnencoded file
  750. ;
  751. MAXBYTESUUENCODE 0
  752.  
  753. Search
  754.    AreaTag News.900
  755.    AreaTagAns News.900
  756.    MaxBytesUUEncode 16384
  757.    SearchDb
  758. End
  759.  
  760. Search
  761.    AreaTag SOFTINFO.ITA
  762.    ; if no AreaTagAns is defined, the answer will be sent in NetMail
  763.    NoIbm
  764.    ;Prefix SoftInfo.Pre
  765.    ;Suffix SoftInfo.Suf
  766. End
  767.  
  768. Search
  769.    AreaTag LLIST_HELP
  770.    AreaTagAns LLIST_HELP
  771.    NoIbm
  772.    ; Scan only these 2 areas
  773.    Area 24 286
  774. End
  775.  
  776. ;
  777. ; Always define NetMail and any other area in which answers are
  778. ; posted, to allow the continuation of a search already done and
  779. ; stopped because the SearchMaxFiles limit was reached
  780. ;
  781.  
  782. Search
  783.    AreaId FD:\MSG\FIDO\NET\,2 ; NetMail
  784.    MaxBytesUUEncode 16384
  785.    SearchDb
  786.    Suffix Search.Suf
  787. End
  788.  
  789.  
  790. ;
  791. ; Your key in this file
  792. ;
  793. Include Key.Cfg
  794.  
  795. ;
  796. ; L-List will search other config files (that must NOT be
  797. ; included !!!)...
  798. ; These are:
  799. ;
  800. ; Magic.Cfg, a list of magic names in the form:
  801. ;  <Magic> <Path> <Description>
  802. ;  this list will be automatically maintained processing keywords
  803. ;  Magic in *.Tic
  804. ;
  805. ; LLTic.Cfg, general info about tic nodes and tic groups
  806. ;  (automatically created first time, processing info in Tic.Cfg)
  807. ;
  808. ; Tic.Cfg, info about linked nodes and download path of each tic
  809. ;  area
  810. ;
  811. ; Raid.Cfg, info about tic areas names and flags, tic areas listed
  812. ;  here and not present in LLTic.Cfg will be shown as available
  813. ;  from uplink if they belong to a group with a valid uplink
  814. ;
  815.